Skip to main content

Create Lead

AutomatR.Zoho.Activities.CreateLead

The "Create Lead" activity in AutomatR is part of the Zoho Leads package, facilitating the creation of a new lead in the Zoho CRM system. This activity streamlines the process of populating lead information within Zoho CRM, enhancing automation workflows.

Properties

NameDescription
Input
CompanyEnter the company name. String variables containing the company name.
DelayEnter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity.
EmailEnter the email address. String variables containing the email address.
Email Opt OutEnter the email opt-out. Boolean variable indicating whether the email should be opted out.
First NameEnter the first name. String variables containing the first name.
Last NameEnter the last name. String variables containing the last name.
Lead OwnerEnter the user ID for the lead owner. String variables containing the user ID.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
Annual RevenueEnter the annual revenue. Double variables containing the annual revenue.
CityEnter the city. String variables containing the city.
CountryEnter the country. String variables containing the country.
DescriptionEnter the description. String variables containing the description.
FAXEnter the fax number. String variables containing the fax number.
IndustrySelect the industry. Enumeration variable (e.g., AutomatR.ZohoLeads.Enum.Industry).
Lead SourceSelect the lead source. Enumeration variable (e.g., AutomatR.ZohoLeads.Enum.LeadSource).
Lead StatusSelect the lead status. Enumeration variable (e.g., AutomatR.ZohoLeads.Enum.LeadStatus).
No Of EmployeesEnter the number of employees. String variables containing the number of employees.
PhoneEnter the phone number. String variables containing the phone number.
RatingSelect the rating. Enumeration variable (e.g., AutomatR.ZohoLeads.Enum.Rating).
SalutationSelect the salutation. Enumeration variable (e.g., AutomatR.ZohoLeads.Enum.Salunation).
Secondary EmailEnter the secondary email. String variables containing the secondary email.
Skype IDEnter the Skype ID. String variables containing the Skype ID.
StateEnter the state. String variables containing the state.
StreetEnter the street. String variables containing the street.
TitleEnter the title or designation. String variables containing the title.
TwitterEnter the Twitter account. String variables containing the Twitter account.
WebsiteEnter the website. String variables containing the website.
Zip CodeEnter the ZIP code. String variables containing the ZIP code.
DelayEnter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity.
Output
ResultOutputs the lead ID. String variable to store the ID of the created lead.

How to use:

  1. Drag and drop the "Create Lead" activity onto the workflow.
  2. Configure the required input properties like Company, Email, First Name, and Last Name.
  3. Optionally, configure additional properties based on your use case.
  4. Execute the workflow to create a new lead in the Zoho CRM system.

Example: Consider an example where the "Create Lead" activity is used to create a new lead with the following details:

Create Lead:
Company: "ABC Corp"
Email: "john.doe@example.com"
First Name: "John"
Last Name: "Doe"
Lead Owner: "user123"
Result: leadID

In this example, the activity creates a new lead with the specified details, and the lead ID is stored in the variable "leadID" for further use in the workflow.